home *** CD-ROM | disk | FTP | other *** search
- object PasswordDlg: TPasswordDlg
- Left = 247
- Top = 110
- BorderStyle = bsDialog
- Caption = 'Password'
- ClientHeight = 93
- ClientWidth = 233
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnActivate = FormActivate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 9
- Width = 124
- Height = 13
- Caption = 'Enter your POP password:'
- end
- object Password: TEdit
- Left = 9
- Top = 26
- Width = 217
- Height = 21
- PasswordChar = '*'
- TabOrder = 0
- end
- object OKBtn: TButton
- Left = 70
- Top = 59
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object CancelBtn: TButton
- Left = 150
- Top = 59
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- end
-